home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / dev / c / ged4inde.rea < prev    next >
Text File  |  1997-03-02  |  2KB  |  91 lines

  1. Short:    Indent C source in GoldEd4
  2. Author:   Thomas Aglassinger <agi@giga.or.at>
  3. Uploader: Thomas Aglassinger <agi@giga.or.at>
  4. Version:  1.0
  5. Type:     dev/c
  6. Kurz:     C-Quellcode in GoldEd4 einruecken
  7. Requires: GoldEd 4.x, GNUindent
  8.  
  9. TITLE
  10.  
  11.   ged4indent
  12.  
  13. VERSION
  14.  
  15.   1.0
  16.  
  17. AUTHOR
  18.  
  19.   Thomas Aglassinger <agi@giga.or.at>
  20.  
  21. DESCRIPTION
  22.  
  23.   Ged4indent is an ARexx-script which indents a C source currently
  24.   displayed by GoldEd using GNUindent.
  25.  
  26. FEATURES
  27.  
  28.   none
  29.  
  30. SPECIAL REQUIREMENTS
  31.  
  32.   o GoldEd, Version 4.x (aminet:text/edit/)
  33.   o GNUindent (aminet:dev/c/)
  34.  
  35. AVAILABILITY
  36.  
  37.   aminet:dev/c/ged4indent.lha
  38.  
  39. PRICE
  40.  
  41.   Freeware
  42.  
  43. DISTRIBUTABILITY
  44.  
  45.   This stuff is Public Domain.
  46.  
  47. DISCLAIMER
  48.  
  49.   No responsibilities are taken for trashed sources, damaged Amigas
  50.   or any other components or data involved while using ged4indent.
  51.  
  52. CREDITS
  53.  
  54.   This script is based on material written by Michael Bauer. His
  55.   scripts are available from `aminet:dev/c/GEDindent.lha', but
  56.   do no longer work with GoldEd, release 4.
  57.  
  58.   As the original author did not update them for more than two years,
  59.   and his email-address does not seem to be valid any more, someone
  60.   else had to write this.
  61.  
  62. INSTALLATION
  63.  
  64.   Copy the ARexx-script `ged4indent.ged' to `GoldEd:ARexx/', and
  65.   build up a new menu entry for it, for example:
  66.  
  67.   COMMAND: GoldEd:Arexx/ged4indent.ged
  68.   TYPE   : Arexx
  69.   OUTPUT : CON:0/2048/384/128/indent/AUTO/WAIT/CLOSE/SCREEN GOLDED.1
  70.  
  71.   Error messages will then appear on the screen of GoldEd.
  72.  
  73. CONFIGURATION
  74.  
  75.   The first line of the script sets up a variable called
  76.   `indentOpts', which you can change to your prefered style. Refer
  77.   to the manual of indent about the meaning of these options.
  78.  
  79.  
  80. ============================= Archive contents =============================
  81.  
  82. Original  Packed Ratio    Date     Time    Name
  83. -------- ------- ----- --------- --------  -------------
  84.      628     274 56.3% 26-Jan-97 23:03:14  ged4indent.info
  85.     1385     740 46.5% 26-Jan-97 02:39:40 +ged4indent.ged
  86.      519     287 44.7% 26-Jan-97 00:05:16 +ged4indent.ged.info
  87.     1682     938 44.2% 26-Jan-97 01:21:20 +ged4indent.readme
  88.      468     231 50.6% 26-Jan-97 00:05:16 +ged4indent.readme.info
  89. -------- ------- ----- --------- --------
  90.     4682    2470 47.2% 27-Jan-97 19:51:30   5 files
  91.